home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 118 / cd-rom 118.iso / aplic / open / openofficeorg1.cab / Java.xcs < prev    next >
Encoding:
Extensible Markup Language  |  2005-02-03  |  5.7 KB  |  292 lines

  1. <?xml version='1.0' encoding='UTF-8'?>
  2.  
  3. <oor:component-schema oor:name="Java" oor:package="org.openoffice.Office" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4.  
  5.     <info/>
  6.     <component>
  7.  
  8.         <group oor:name="VirtualMachine">
  9.  
  10.             <info>
  11.  
  12.                 <desc>Provides information used to initialize a Java Virtual Machine. </desc>
  13.             </info>
  14.             <prop oor:name="Home" oor:type="xs:string">
  15.  
  16.                 <info>
  17.  
  18.                     <deprecated/>
  19.                 </info>
  20.                 <value>NULL</value>
  21.             </prop>
  22.             <prop oor:name="Version" oor:type="xs:string">
  23.  
  24.                 <info>
  25.  
  26.                     <deprecated/>
  27.                 </info>
  28.                 <value>NULL</value>
  29.             </prop>
  30.             <prop oor:name="RunTimeLib" oor:type="xs:string">
  31.  
  32.                 <info>
  33.  
  34.                     <deprecated/>
  35.                 </info>
  36.                 <value/>
  37.             </prop>
  38.             <prop oor:name="SystemClassPath" oor:type="xs:string">
  39.  
  40.                 <info>
  41.  
  42.                     <deprecated/>
  43.                 </info>
  44.                 <value/>
  45.             </prop>
  46.             <prop oor:name="Enable" oor:type="xs:boolean">
  47.  
  48.                 <info>
  49.  
  50.                     <deprecated/>
  51.                 </info>
  52.                 <value>true</value>
  53.             </prop>
  54.             <prop oor:name="Security" oor:type="xs:boolean">
  55.  
  56.                 <info>
  57.  
  58.                     <desc>Determines if security checks are performed for applets.</desc>
  59.                     <label>Enable security checks</label>
  60.                 </info>
  61.                 <value>true</value>
  62.             </prop>
  63.             <prop oor:name="NetAccess" oor:type="xs:int">
  64.  
  65.                 <info>
  66.  
  67.                     <desc>Determines if and to what extent Java applets are allowed to access the network.</desc>
  68.                     <label>Net access</label>
  69.                 </info>
  70.                 <constraints>
  71.  
  72.                     <enumeration oor:value="0">
  73.  
  74.                         <info>
  75.  
  76.                             <desc>Host - connect to origin</desc>
  77.                         </info>
  78.                     </enumeration>
  79.                     <enumeration oor:value="1">
  80.  
  81.                         <info>
  82.  
  83.                             <desc>Unrestricted - connect to all</desc>
  84.                         </info>
  85.                     </enumeration>
  86.                     <enumeration oor:value="3">
  87.  
  88.                         <info>
  89.  
  90.                             <desc>None - no connection alloed</desc>
  91.                         </info>
  92.                     </enumeration>
  93.                 </constraints>
  94.             </prop>
  95.             <prop oor:name="UserClassPath" oor:type="xs:string">
  96.  
  97.                 <info>
  98.  
  99.                     <deprecated/>
  100.                 </info>
  101.                 <value/>
  102.             </prop>
  103.             <prop oor:name="Debug" oor:type="xs:boolean">
  104.  
  105.                 <info>
  106.  
  107.                     <deprecated/>
  108.                 </info>
  109.             </prop>
  110.             <prop oor:name="DebugPort" oor:type="xs:int">
  111.  
  112.                 <info>
  113.  
  114.                     <deprecated/>
  115.                 </info>
  116.             </prop>
  117.             <prop oor:name="EnableVerboseGC" oor:type="xs:boolean">
  118.  
  119.                 <info>
  120.  
  121.                     <deprecated/>
  122.                 </info>
  123.             </prop>
  124.             <prop oor:name="Verbose" oor:type="xs:boolean">
  125.  
  126.                 <info>
  127.  
  128.                     <deprecated/>
  129.                 </info>
  130.             </prop>
  131.             <prop oor:name="NativeStackSize" oor:type="xs:int">
  132.  
  133.                 <info>
  134.  
  135.                     <deprecated/>
  136.                 </info>
  137.             </prop>
  138.             <prop oor:name="JavaStackSize" oor:type="xs:int">
  139.  
  140.                 <info>
  141.  
  142.                     <deprecated/>
  143.                 </info>
  144.             </prop>
  145.             <prop oor:name="VerifyMode" oor:type="xs:int">
  146.  
  147.                 <info>
  148.  
  149.                     <deprecated/>
  150.                 </info>
  151.             </prop>
  152.             <prop oor:name="MinHeapSize" oor:type="xs:int">
  153.  
  154.                 <info>
  155.  
  156.                     <deprecated/>
  157.                 </info>
  158.             </prop>
  159.             <prop oor:name="MaxHeapSize" oor:type="xs:int">
  160.  
  161.                 <info>
  162.  
  163.                     <deprecated/>
  164.                 </info>
  165.             </prop>
  166.             <prop oor:name="DisableAsyncGC" oor:type="xs:boolean">
  167.  
  168.                 <info>
  169.  
  170.                     <deprecated/>
  171.                 </info>
  172.             </prop>
  173.             <prop oor:name="EnableClassGC" oor:type="xs:boolean">
  174.  
  175.                 <info>
  176.  
  177.                     <deprecated/>
  178.                 </info>
  179.             </prop>
  180.             <prop oor:name="VMType" oor:type="xs:string">
  181.  
  182.                 <info>
  183.  
  184.                     <deprecated/>
  185.                 </info>
  186.             </prop>
  187.             <prop oor:name="EnvironmentType" oor:type="xs:string">
  188.  
  189.                 <info>
  190.  
  191.                     <deprecated/>
  192.                 </info>
  193.             </prop>
  194.             <prop oor:name="JavaLibPath" oor:type="xs:string">
  195.  
  196.                 <info>
  197.  
  198.                     <deprecated/>
  199.                 </info>
  200.                 <value/>
  201.             </prop>
  202.             <prop oor:name="Properties" oor:type="oor:string-list">
  203.  
  204.                 <info>
  205.  
  206.                     <deprecated/>
  207.                 </info>
  208.             </prop>
  209.         </group>
  210.         <group oor:name="Install">
  211.  
  212.             <info>
  213.  
  214.                 <deprecated/>
  215.             </info>
  216.             <prop oor:name="PackageInstallationDirectory" oor:type="xs:string">
  217.  
  218.                 <info>
  219.  
  220.                     <desc>Specifies the name of the folder that will contain the JRE installation (depends on the JRE package).</desc>
  221.                 </info>
  222.                 <value/>
  223.             </prop>
  224.             <prop oor:name="VerifiedVersion" oor:type="xs:string">
  225.  
  226.                 <info>
  227.  
  228.                     <desc>Contains a space separated list of verified Java versions.</desc>
  229.                 </info>
  230.                 <value/>
  231.             </prop>
  232.             <prop oor:name="Version" oor:type="xs:string">
  233.  
  234.                 <info>
  235.  
  236.                     <desc>Specifies the version of the JRE which is provided by the setup.</desc>
  237.                 </info>
  238.                 <value/>
  239.             </prop>
  240.             <prop oor:name="Vendor" oor:type="xs:string">
  241.  
  242.                 <info>
  243.  
  244.                     <desc>Specifies the vendor of the JRE package.</desc>
  245.                 </info>
  246.                 <value/>
  247.             </prop>
  248.             <prop oor:name="RequiredVersion" oor:type="xs:string">
  249.  
  250.                 <info>
  251.  
  252.                     <desc>Specifies that all Java installations with a lower version will be ignored by the Java setup (jvmsetup.exe).</desc>
  253.                 </info>
  254.                 <value/>
  255.             </prop>
  256.             <prop oor:name="InstallationPackage" oor:type="xs:string">
  257.  
  258.                 <info>
  259.  
  260.                     <desc>Specifies the JRE package which can be installed during the Java setup.</desc>
  261.                 </info>
  262.                 <value/>
  263.             </prop>
  264.             <prop oor:name="ExcludeVersion" oor:type="xs:string">
  265.  
  266.                 <info>
  267.  
  268.                     <desc>Contains a space separated list of Java versions which should be ignored by the Java setup (jvmsetup.exe).</desc>
  269.                 </info>
  270.                 <value/>
  271.             </prop>
  272.             <prop oor:name="AdditionalSearchPath" oor:type="xs:string">
  273.  
  274.                 <info>
  275.  
  276.                     <desc>Locates resources.</desc>
  277.                 </info>
  278.                 <value/>
  279.             </prop>
  280.             <prop oor:name="AdditionalClasspath" oor:type="xs:string">
  281.  
  282.                 <info>
  283.  
  284.                     <desc>Contains the Office's jar files. The Java setup uses it to form the SystemClasspath.</desc>
  285.                 </info>
  286.                 <value/>
  287.             </prop>
  288.         </group>
  289.     </component>
  290. </oor:component-schema>
  291.  
  292.